home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10985 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  37 lines

  1. Newsgroups: comp.lang.c
  2. Path: eso.org!news
  3. From: Nicolas Devillard <nDevil@eso.org>
  4. Subject: Re: Portability of code & skills (Beware of "C" Hackers etc)
  5. X-Nntp-Posting-Host: ws5
  6. Content-Type: text/plain; charset=us-ascii
  7. Message-ID: <3151222E.41C67EA6@eso.org>
  8. Sender: news@eso.org
  9. Content-Transfer-Encoding: 7bit
  10. Organization: ESO - European Southern Observatory, Garching by Munich
  11. References: <4ikb6kINN1is@mayne.ugrad.cs.ubc.ca> <DoI5Ao.AyJ@assip.csasyd.oz> <EJH.96Mar19163745@larry.gsfc.nasa.gov> <3150415E.6396@sdt.com>
  12. Mime-Version: 1.0
  13. Date: Thu, 21 Mar 1996 10:32:30 +0100
  14. X-Mailer: Mozilla 2.01 (X11; I; SunOS 4.1.3_U1 sun4m)
  15.  
  16. Larry Baker wrote:
  17. [snip]
  18. > Don't be too hard on the so-called "C-hackers" who tried to
  19. > squeeze every bit of memory, every cycle of performance out
  20. > of some of these older machines.  There was a time when their
  21. > skills were needed.  They're simply practicing a skill that
  22. > isn't all that necessary today.
  23.  
  24. Depends on what you think about, though. For real-time applications,
  25. this saving of memory and/or CPU is vital.
  26.  
  27. I remember having hacked a C-code down to pieces. Without being
  28. much proud of the result which was unreadable, even well documented,
  29. but we were quite satisfied to see the thing working in real-time.
  30. We were talking about I/O rates of about 170 Mbits/sec...
  31. Without such skills and knowledge of our processors, we would have
  32. been waiting for next generation supercomputers, paid them huge
  33. amounts of money, and used maybe 50% of their actual capabilities.
  34.  
  35. Nicolas
  36.